Oh-my-mermaid is a tool designed to bridge the gap between rapid large language model code generation and human comprehension by automatically generating architecture documentation. It scans codebases to produce various perspectives, such as data flow or system structures, which are rendered into Mermaid diagrams and Markdown files stored within a local `.omm` directory. By visualizing these structures through an interactive viewer, it transforms complex software architectures into navigable maps for developers.
- Integrates with tools like Cursor and Claude Code via specialized commands
- Offers cloud synchronization for private or public sharing on ohmymermaid.com
- Uses a recursive filesystem structure where complex nodes become expandable groups in diagrams
- Provides a command-line interface to manage configuration, updates, and viewing
GitNexus is an advanced code intelligence engine designed to act as a "nervous system" for AI agents. By indexing entire codebases into a comprehensive knowledge graph, it maps dependencies, call chains, and execution flows, ensuring that tools like Cursor and Claude Code have deep architectural awareness. The platform offers two primary modes: a CLI with Model Context Protocol (MCP) support for seamless integration into developer workflows, and a browser-based Web UI for quick, serverless exploration via WebAssembly. Unlike traditional Graph RAG, GitNexus utilizes precomputed relational intelligence to provide high-confidence impact analysis, multi-file renames, and automated wiki generation, significantly reducing the risk of breaking changes during AI-driven development.